home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / WOGB50.ZIP / WOG.M50 < prev   
Text File  |  1995-02-12  |  5KB  |  148 lines

  1. rem ╔═══════════════════════════════════════════════════════════════════════╗
  2. rem ║                   COMMAND DEFINITION FILE TEMPLATE                    ║
  3. rem ║ For:_Wings of Glory By Origin________________________________________ ║
  4. rem ║                                                                       ║
  5. rem ║ Created For: ThrustMaster By Craig Allen_____________Date:_2/11/95___ ║
  6. rem ║                                                                       ║
  7. rem ╚═══════════════════════════════════════════════════════════════════════╝
  8. ~╔═══════════════╗
  9. ~║FLIGHT CONTROLS║
  10. ~╚═══════════════╝
  11. EngineOn = 1
  12. EngineOff = /N `
  13. ThrottleUp = =
  14. ThrottleDown = -
  15. MinThrottle = 1
  16. MaxThrottle = /N 0
  17. CruiseThrottle = 7
  18. BlipEngine = /N e
  19. ThrottleBlipper = /P /N ` /R 0
  20. LeftRudder = ,
  21. RightRudder = .
  22. MaxLeftRudder = ALT ,
  23. MaxRightRudder = ALT .
  24. CheckAirSpeed = s
  25. CheckAltitude = h
  26. CheckDamage = d
  27. CheckBullets = w
  28. CheckBombsRockets = DLY(200) SHF w
  29. CheckStatus = /T w SHF w /T s /T h
  30. ~
  31. ~
  32. ~╔══════════════╗
  33. ~║VIEW COMMANDS ║
  34. ~╚══════════════╝
  35.      LookFront = /N F1
  36.      LookBack = /P /N F5 /R F1
  37.      LookLeft = /P /N F3 /R F1
  38.      LookRight = /P /N F4 /R F1
  39.  
  40.      PanUp = UAROW
  41.      PanDown = DAROW
  42.      PanRight = RAROW
  43.      PanLeft = LAROW
  44.      PanFront = KP5
  45.  
  46.      View_External = F6
  47.      View_ExtIntToggle = /T F6 /T F1
  48.      View_Chase = F2
  49.      View_Overhead = ALT F7
  50.      View_Target = F7
  51.      View_WeaponPath = F10
  52.      View_WeaponsLoadout = ALT w
  53.      View_VictimToggle = F9
  54.      View_CockpitOnOff = c
  55.  
  56. ~
  57. ~
  58. ~         Page 1 of 2
  59. ~╔════════════╗
  60. ~║COMBAT VIEWS║
  61. ~╚════════════╝
  62.      SelectGroundDetail = SHF c
  63.      SelectNearAirTarget = t
  64.      SelectFarAirTarget = SHF t
  65.      SelectNearFriendly = ALT t
  66.      SelectFarFriendly = {SHF ALT t}
  67.      SelectNearGrdTarget = CTL t
  68.      SelectFarGrdTarget = {SHF CTL t}
  69.      DeselectTarget = {CTL ALT t}
  70.      PadLockView = /N y
  71.      SE5aLewisGunView = /T l /T F1
  72.      ZoomViewIn = [
  73.      ZoomViewOut = ]
  74.  
  75. ~╔═══════╗
  76. ~║WEAPONS║
  77. ~╚═══════╝
  78. PumpTrigger = DLY(100) SPC DLY(100)
  79. SqueezeTrigger = SPC
  80. FireRocket = r
  81. DropBomb = b
  82. DropBombFireRocket = b r
  83. SwitchSE5aGuns = g
  84.  
  85. ~
  86. ~╔══════════╗
  87. ~║NAVIGATION║
  88. ~╚══════════╝
  89. MapDisplay = n
  90. AutoPilot = a
  91. TimeBurst = TAB
  92. CompressTime = {SHF TAB}
  93.  
  94. ~╔═════════════╗
  95. ~║MISCELLANEOUS║
  96. ~╚═════════════╝
  97. OptionScreen = ALT o
  98. MusicOnOff = /N CTL m
  99. Pause = /P /N p /R p
  100. GroundDetailToggle = /N SHF c
  101.  
  102. ~╔════════════════╗
  103. ~║WINGMEN COMMANDS║
  104. ~╚════════════════╝
  105. BreakAndAttack = ALT b
  106. ReturnToWing = ALT f
  107.  
  108. ~╔══════════════╗
  109. ~║SPECIAL MACROS║
  110. ~╚══════════════╝
  111. rem  NOTE: You must use either analog throttle or digital throttle, but not
  112. rem  both.  Some flight sims support both methods of throttle control.  The
  113. rem  following information should help you to decide which method to choose.
  114. rem
  115. rem  In order to use analog throttle with the FLCS, simply delete any
  116. rem  reference to 'THR' in your B50 file.  Digital throttle is specified as
  117. rem  follows:
  118. rem
  119. @DigitalThrottle = THR 2 10 1 1 2 3 4 5 6 7 8 9 0 0 BTN MT /P /N ` /R 1
  120. rem
  121. rem  The '@DigitalThrottle' macroname should be used with flight simulators
  122. rem  which use characters generated from the keyboard to control throttle
  123. rem  response.  Flight sims which use digital throttle fall into one of two
  124. rem  categories - they either use a certain character (usually '=' or '+') to
  125. rem  increase throttle and another character (usually '-') to decrease
  126. rem  throttle, or they use a set of sequential characters (usually '1' thru
  127. rem  '9') to increase and decrease throttle.  Which type of flight sim you
  128. rem  have dictates whether you specify a '1' or '2' after the 'THR' parameter
  129. rem  shown above.  Flight sims which use continuous keypresses of a single
  130. rem  character to increase or decrease throttle should be specified as
  131. rem  'THR 1' and sims which use sequential characters require 'THR 2'.
  132. rem  The remaining parameters (b thru i) are used as follows:
  133. rem
  134. rem      b = number of throttle steps to reach full throttle
  135. rem      c = number of afterburner steps (use '0' if none)
  136. rem      d = throttle increase character (THR 1) or sequence of characters
  137. rem          from min-max throttle if THR 2
  138. rem      e = throttle decrease character, if THR 1, or sequence of
  139. rem          characters used in afterburner, if THR 2
  140. rem
  141. rem  The remaining arguments [f g h i] only apply to THR 1 simulations:
  142. rem
  143. rem      f = character that enters afterburner
  144. rem      g = character that exits afterburner
  145. rem      h = character that increases afterburner
  146. rem      i = character that decreases afterburner
  147. rem
  148.